Fix bug #13864 with flickering of TTY frames in an emacslient session.
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 Apr 2013 15:38:20 +0000 (18:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 10 Apr 2013 15:38:20 +0000 (18:38 +0300)
commit6c73a2479a7821582ddf03982facae684ca206f4
tree8d5e577f337f9a8d008301e0a0adafa6179045d4
parent4fce10de6939e3ff432506cd074d2bfdc2495a3a
Fix bug #13864 with flickering of TTY frames in an emacslient session.

 src/frame.c (do_switch_frame): Mark the TTY frame we switch to as
 garbaged only if it is not already the top frame on its TTY.  This
 prevents flickering due to constant redrawing of TTY frames when
 there are GUI frames open in the same session.
src/ChangeLog
src/frame.c